-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GH-47: Fix API key frame label not covering full screen #59
Conversation
Owen-Griffin
commented
Jun 25, 2024
•
edited by wos-manager
bot
Loading
edited by wos-manager
bot
- Issue: API key frame label doesnt cover the whole screen #47
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
rebase from main as data is updated without initializing a new frame. please merge
When you're done making the requested changes, leave the comment: |
gui/frames/construction.py
Outdated
|
||
frame = ConstructionFrame(self.parent) | ||
self.parent.change_frame(frame) # TODO instead of initialising a new frame, update the current frame | ||
self.parent.change_frame( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
right here
Signed-off-by: Neil <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Please lint & merge |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍